home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-02-25 | 1.7 KB | 66 lines | [TEXT/MPS ] |
- # File: makefile
- # Target: SVEdit
- # Sources: SVEditGlobals.p
- # SVEditAEUtils.p
- # SVEditUtils.p
- # SVEditions.p
- # SVEditWindow.p
- # SVEditFile.p
- # SVEditAppleEvents.p
- # SVEditMain.p
-
-
- OBJECTS = ∂
- SVEditGlobals.p.o ∂
- SVEditAEUtils.p.o ∂
- SVEditUtils.p.o ∂
- SVEditions.p.o ∂
- SVEditWindow.p.o ∂
- SVEditFile.p.o ∂
- SVAppleEvents.p.o ∂
- SVEditMain.p.o ∂
-
-
- SVEditGlobals.p.o ƒ makefile SVEditGlobals.p
- Pascal SVEditGlobals.p -sym full
-
- SVEditUtils.p.o ƒ makefile SVEditUtils.p SVEditGlobals.p
- Pascal SVEditUtils.p -sym full
-
- SVEditions.p.o ƒ makefile SVEditions.p SVEditGlobals.p SVEditUtils.p
- Pascal SVEditions.p -sym full
-
- SVEditWindow.p.o ƒ makefile SVEditWindow.p SVEditGlobals.p SVEditUtils.p
- Pascal SVEditWindow.p -sym full
-
- SVEditFile.p.o ƒ makefile SVEditFile.p SVEditGlobals.p SVEditUtils.p
- Pascal SVEditFile.p -sym full
-
- SVAppleEvents.p.o ƒ makefile SVAppleEvents.p SVEditGlobals.p ∂
- SVEditUtils.p SVEditWindow.p SVEditFile.p
- Pascal SVAppleEvents.p -sym full
-
- SVEditAEUtils.p.o ƒ makefile SVEditAEUtils.p SVEditGlobals.p
- Pascal SVEditAEUtils.p -sym full
-
- SVEditMain.p.o ƒ makefile SVEditMain.p SVAppleEvents.p SVEditGlobals.p SVEditUtils.p SVEditWindow.p
- Pascal SVEditMain.p -sym full
-
- 7Edit ƒƒ makefile {OBJECTS}
- Link -sym full -w -t APPL -c 'SVED' ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o ∂
- "{PLibraries}"PasLib.o ∂
- "{Libraries}"AEObjectSupportLib.o ∂
- -o 7Edit
-
- 7Edit ƒƒ SVEdit.r makefile
- Rez -rd -o {Targ} SVEdit.r -append
-
-
-
-
-
-